home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / util / gnu / textutils_1_3.LHA / textutils-1.3 / cat / tac.1 < prev    next >
Text File  |  1992-09-22  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4. TAC(1L)           MISC. REFERENCE MANUAL PAGES            TAC(1L)
  5.  
  6.  
  7.  
  8. NAME
  9.      tac - concatenate and print files in reverse
  10.  
  11. SYNOPSIS
  12.      tac    [-br]    [-s    separator]    [--before]    [--regex]
  13.      [--separator=separator] [file...]
  14.  
  15. DESCRIPTION
  16.      This manual page documents the  GNU  version  of  tac.   tac
  17.      copies  each  given  file, or the standard input if none are
  18.      given or when a file name of  `-'  is  encountered,  to  the
  19.      standard output with the order of the records reversed.  The
  20.      records are separated by instances of a string, or a newline
  21.      if  none  is  given.   By  default,  the separator string is
  22.      attached to the end of the record that  it  follows  in  the
  23.      file.
  24.  
  25.   OPTIONS
  26.      -_b, --_b_e_f_o_r_e
  27.           The separator is  attached  to  the  beginning  of  the
  28.           record that it precedes in the file.
  29.  
  30.      -_r, --_r_e_g_e_x
  31.           The separator is a regular expression.
  32.  
  33.      -_s, --_s_e_p_a_r_a_t_o_r _s_e_p_a_r_a_t_o_r
  34.           Use _s_e_p_a_r_a_t_o_r as the record separator.
  35.  
  36.      The long-named options can be introduced with `+' as well as
  37.      `--',  for compatibility with previous releases.  Eventually
  38.      support for `+' will be removed, because it is  incompatible
  39.      with the POSIX.2 standard.
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Sun Release 4.1           Last change:                          1
  64.  
  65.  
  66.  
  67.